feat(release-tracks): add release track preview and version tagging - #903
Open
avwchapman wants to merge 9 commits into
Open
feat(release-tracks): add release track preview and version tagging#903avwchapman wants to merge 9 commits into
avwchapman wants to merge 9 commits into
Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## beta #903 +/- ##
==========================================
+ Coverage 40.66% 41.18% +0.51%
==========================================
Files 199 200 +1
Lines 25471 25683 +212
Branches 1278 1337 +59
==========================================
+ Hits 10359 10577 +218
+ Misses 15067 15057 -10
- Partials 45 49 +4 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
clemiller
reviewed
Jul 30, 2026
clemiller
reviewed
Jul 30, 2026
clemiller
reviewed
Jul 30, 2026
Comment on lines
+221
to
+225
| *ngIf="hasInvalidVersionBumps" | ||
| class="release-blocked-message" | ||
| role="alert"> | ||
| <mat-icon aria-hidden="true">warning_amber</mat-icon> | ||
| <span> Release is blocked by invalid incoming version bumps. </span> |
Contributor
There was a problem hiding this comment.
Small wording tweak: this always mentions the release is blocked by invalid version bumps, even if it's just blocked by an API promotion conflict (e.g. staged_to_members: abort). Could we keep this message for when there is an invalid version bump (v1.2 -> v1.4), and add a generic conflict message otherwise? Maybe like "Release is blocked by promotion conflicts."
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a release preview modal with summary and object details, validates replacement version bumps, and supports minor or major release tagging.